home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 7 (Internal Edition) / Apple R&P Lib Internal v7.0.iso / 5-Fonts & Software / Applications / Adobe Illustrator® 3.0 / PPD Folder / U9415470.PPD < prev    next >
Text File  |  1990-10-12  |  12KB  |  380 lines

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "AP9415" version 47.0
  3. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  4. *%
  5. *% Copyright 1988, 1989, 1990 Adobe Systems Incorporated.  
  6. *% All Rights Reserved.
  7. *% Permission is granted for redistribution of this file as
  8. *% long as this copyright notice is intact and the contents
  9. *% of the file is not altered in any way from its original form.
  10. *%
  11. *% The byte count of this file should be exactly 012067 or 012446
  12. *% depending on the filesystem it resides in.
  13. *%
  14. *% Date: 17 August 1990
  15. *FormatVersion: "3.0"
  16. *FileVersion: "2.0"
  17. *LanguageVersion: English
  18.  
  19. *Product: "(LaserPrinter15)"
  20. *PSVersion: "(47.0) 2.0"
  21. *PSVersion: "(47.0) 2.635"
  22. *NickName: "Unisys AP9415 v47.0"
  23.  
  24. *% General Information and Defaults ===============
  25. *FreeVM: "537488"
  26. *ColorDevice: False
  27. *VariablePaperSize: False
  28. *FileSystem: False
  29. *?FileSystem: "/initializedisk where{pop(True)}{(False)} ifelse = flush"
  30. *Throughput: "15"
  31. *Password: "0"
  32. *ExitServer: "
  33.   count 0 eq {  % is the password on the stack?
  34.     true 
  35.   }{
  36.     dup    % potential password
  37.     statusdict begin checkpassword end not
  38.   } ifelse 
  39.   {  %  if no password or not valid 
  40.     (WARNING : Cannot perform the exitserver command.) = 
  41.     (Password supplied is not valid.) = 
  42.     (Please contact the author of this software.) = flush
  43.     quit
  44.   } if 
  45.   serverdict begin exitserver
  46. "
  47. *End
  48.  
  49. *Reset: "
  50.   count 0 eq {  % is the password on the stack?
  51.     true 
  52.   }{
  53.     dup    % potential password
  54.     statusdict begin checkpassword end not
  55.   } ifelse 
  56.   {  %  if no password or not valid 
  57.     (WARNING : Cannot reset printer.) = 
  58.     (Password supplied is not valid.) = 
  59.     (Please contact the author of this software.) = flush
  60.     quit
  61.   } if 
  62.   serverdict begin exitserver
  63.   systemdict /quit get exec
  64.   (WARNING : Printer Reset Failed.) = flush
  65. "
  66. *End
  67.  
  68. *DefaultResolution: 300dpi
  69. *?Resolution: "
  70. save
  71.   initgraphics
  72.   0 0 moveto currentpoint matrix defaultmatrix transform
  73.   0 72 lineto currentpoint matrix defaultmatrix transform
  74.   3 -1 roll sub dup mul
  75.   3 1 roll exch sub dup mul
  76.   add sqrt round cvi
  77.   (          ) cvs print (dpi) = flush
  78. restore
  79. "
  80. *End
  81.  
  82. *% Halftone Information ===============
  83. *ScreenFreq: "60.0"
  84. *ScreenAngle: "45.0"
  85. *DefaultScreenProc: Dot
  86. *ScreenProc Dot: "
  87. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  88. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  89. "
  90. *End
  91. *ScreenProc Line: "{ pop }"
  92. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  93.  
  94. *DefaultTransfer: Null
  95. *Transfer Null: "{ }"
  96. *Transfer Null.Inverse: "{ 1 exch sub }"
  97.  
  98. *% Paper Handling ===================
  99.  
  100. *% Use these entries to set paper size most of the time, unless there is
  101. *% specific reason to use PageRegion or PaperTray.
  102. *DefaultPageSize: None
  103. *PageSize Letter: "statusdict begin lettertray end"
  104. *PageSize Legal: "statusdict begin legaltray end"
  105. *PageSize A4: "statusdict begin a4tray end"
  106. *?PageSize: "
  107.   save statusdict begin
  108.   3 dict begin
  109.    /0 (Letter) def
  110.    /1 (A4) def
  111.    /2 (Legal) def
  112.    papertray
  113.    papersize
  114.      {( ) cvs cvn load exec} stopped not{= flush}{(Unknown) = flush}ifelse
  115.    end 
  116. end
  117. restore
  118. "
  119. *End
  120.  
  121. *% These entries will set up the frame buffer. Usually used with manual feed.
  122. *DefaultPageRegion: None
  123. *PageRegion Letter: "letter"
  124. *PageRegion Legal: "legal"
  125. *PageRegion A4: "a4"
  126.  
  127. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  128. *% These errors should be trapped by software and a message displayed
  129. *DefaultPaperTray: None
  130. *PaperTray Letter: "statusdict begin lettertray end"
  131. *PaperTray Legal: "statusdict begin legaltray end"
  132. *PaperTray A4: "statusdict begin a4tray end"
  133. *?PaperTray: "
  134.  save statusdict begin
  135.   3 dict begin
  136.    /0 (Letter) def
  137.    /1 (A4) def
  138.    /2 (Legal) def
  139.    papertray
  140.    papersize
  141.      {( ) cvs cvn load exec} stopped not{= flush}{(Unknown) = flush}ifelse
  142.    end 
  143. end
  144. restore
  145. "
  146. *End
  147.  
  148. *% The following entries provide information about specific paper keywords.
  149. *% For this printer, the imageable areas listed are the intersection of
  150. *% the imageable areas for ROM versions 2.0 and 2.635. These imageable
  151. *% areas will work for both versions of this printer.
  152. *DefaultImageableArea: None
  153. *ImageableArea Letter: "18 13 593 776 "
  154. *ImageableArea Legal: "18 19 593 990 "
  155. *ImageableArea A4: "16 14 579 826 "
  156. *?ImageableArea: "
  157.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  158.   newpath clippath pathbbox
  159.   4 -2 roll exch 2 {ceiling cvp} repeat
  160.   exch 2 {floor cvp} repeat flush
  161.  restore
  162. "
  163. *End
  164.  
  165. *% These provide the physical dimensions of the paper (by keyword)
  166. *DefaultPaperDimension: None
  167. *PaperDimension Letter: "612 792"
  168. *PaperDimension Legal: "612 1008"
  169. *PaperDimension A4: "595 842"
  170.  
  171. *DefaultOutputBin: OnlyOne
  172. *DefaultInputSlot: Upper
  173. *InputSlot Upper: "statusdict begin 0 setpapertray end"
  174. *InputSlot Lower: "statusdict begin 1 setpapertray end"
  175. *?InputSlot: "
  176.  save statusdict begin
  177.   2 dict begin
  178.    /0 (Upper) def
  179.    /1 (Lower) def
  180.    papertray 
  181.      {( ) cvs cvn load exec} stopped not{= flush}if
  182.   end
  183.  end restore
  184. "
  185. *End
  186.  
  187. *DefaultManualFeed: False
  188. *?ManualFeed: "
  189.   statusdict /manualfeed get
  190.   {(True)}{(False)}ifelse = flush"
  191. *End
  192.  
  193. *DefaultOutputOrder: Normal
  194.  
  195. *DefaultCollator: None
  196. *DefaultSorter: None
  197. *DefaultDuplex: None
  198.  
  199. *% Font Information =====================
  200.  
  201. *DefaultFont: Courier
  202. *Font AvantGarde-Book: Standard "(001.001)"
  203. *Font AvantGarde-BookOblique: Standard "(001.001)"
  204. *Font AvantGarde-Demi: Standard "(001.001)"
  205. *Font AvantGarde-DemiOblique: Standard "(001.001)"
  206. *Font Bookman-Demi: Standard "(001.001)"
  207. *Font Bookman-DemiItalic: Standard "(001.001)"
  208. *Font Bookman-Light: Standard "(001.001)"
  209. *Font Bookman-LightItalic: Standard "(001.001)"
  210. *Font Courier: Standard "(001.005)"
  211. *Font Courier-Bold: Standard "(001.005)"
  212. *Font Courier-BoldOblique: Standard "(001.005)"
  213. *Font Courier-Oblique: Standard "(001.005)"
  214. *Font Helvetica: Standard "(001.001)"
  215. *Font Helvetica-Bold: Standard "(001.001)"
  216. *Font Helvetica-BoldOblique: Standard "(001.001)"
  217. *Font Helvetica-Condensed: Standard "(001.001)"
  218. *Font Helvetica-Condensed-Bold: Standard "(001.001)"
  219. *Font Helvetica-Condensed-BoldObl: Standard "(001.001)"
  220. *Font Helvetica-Condensed-Oblique: Standard "(001.001)"
  221. *Font Helvetica-Oblique: Standard "(001.001)"
  222. *Font NewCenturySchlbk-Bold: Standard "(001.002)"
  223. *Font NewCenturySchlbk-BoldItalic: Standard "(001.001)"
  224. *Font NewCenturySchlbk-Italic: Standard "(001.001)"
  225. *Font NewCenturySchlbk-Roman: Standard "(001.002)"
  226. *Font Palatino-Bold: Standard "(001.001)"
  227. *Font Palatino-BoldItalic: Standard "(001.001)"
  228. *Font Palatino-Italic: Standard "(001.002)"
  229. *Font Palatino-Roman: Standard "(001.001)"
  230. *Font Symbol: Special "(001.001)"
  231. *Font Times-Bold: Standard "(001.001)"
  232. *Font Times-BoldItalic: Standard "(001.004)"
  233. *Font Times-Italic: Standard "(001.001)"
  234. *Font Times-Roman: Standard "(001.001)"
  235. *Font ZapfChancery-MediumItalic: Standard "(001.002)"
  236. *Font ZapfDingbats: Special "(001.000)"
  237. *?FontQuery: "
  238. save 4 dict begin /sv exch def
  239. /str (fonts/                              ) def
  240. /st2 128 string def
  241. {
  242.   count 0 gt {
  243.     dup st2 cvs (/) print print (:) print
  244.     dup FontDirectory exch known {pop (Yes)}{
  245.      str exch st2 cvs dup length /len exch def
  246.      6 exch putinterval str 0 len 6 add getinterval mark exch
  247.      { } st2 filenameforall counttomark 0 gt {
  248.       cleartomark (Yes)}{cleartomark (No)}ifelse
  249.     }ifelse = flush
  250.   }{ exit } ifelse
  251. } bind loop
  252. (*) = flush
  253. sv end restore
  254. "
  255. *End
  256.  
  257. *?FontList: "
  258. save  2 dict begin /sv exch def
  259. /str 128 string def
  260. FontDirectory { pop == } bind forall flush
  261. /filenameforall where { 
  262.  pop save (fonts/*) { 
  263.   dup length 6 sub 6 exch getinterval cvn == 
  264.  } bind str filenameforall flush restore
  265. } if 
  266. (*) = flush
  267. sv end restore
  268. "
  269. *End
  270.  
  271. *% Printer Messages (verbatim from printer):
  272. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  273. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  274. *Message: "\FontName\ not found, using Courier"
  275.  
  276. *% Status (format: %%[ status: <one of these> ]%% )
  277. *Status: "idle"
  278. *Status: "busy"
  279. *Status: "waiting"
  280. *Status: "printing"
  281. *Status: "warming up"
  282. *Status: "PrinterError:     Add Toner"
  283. *Status: "PrinterError:   F.Error F.Rom"
  284. *Status: "PrinterError:  F.Error Optical"
  285. *Status: "PrinterError:   F.Error Motor"
  286. *Status: "PrinterError:    F.Error OPC"
  287. *Status: "PrinterError:   F.Error Fuser"
  288. *Status: "PrinterError:  Jam At Transfer"
  289. *Status: "PrinterError:    Jam At Exit"
  290. *Status: "PrinterError:    Warming Up"
  291. *Status: "PrinterError:   Set Developer"
  292. *Status: "PrinterError: Close Side Cover"
  293. *Status: "PrinterError:  Close Top Cover"
  294. *Status: "PrinterError: Set Toner Bottle"
  295. *Status: "PrinterError:    Toner/Belt"
  296. *Status: "PrinterError: Replace OPC Belt"
  297. *Status: "PrinterError:   Misfeed Lower"
  298. *Status: "PrinterError:   Misfeed Upper"
  299. *Status: "PrinterError:  Set Paper Stack"
  300. *Status: "PrinterError: Check Lower Tray"
  301. *Status: "PrinterError: Check Upper Tray"
  302. *Status: "PrinterError:  Supply Paper U."
  303. *Status: "PrinterError:  Supply Paper L."
  304. *Status: "PrinterError:   Supply Paper"
  305. *Status: "PrinterError: Check Paper Tray"
  306.  
  307. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  308. *Source: "serial9"
  309. *Source: "serial25"
  310. *Source: "AppleTalk"
  311. *Source: "Centronics"
  312.  
  313. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  314. *PrinterError: "   Misfeed Lower"
  315. *PrinterError: "   Misfeed Upper"
  316. *PrinterError: "    Add Toner"
  317. *PrinterError: "Replace OPC Belt"
  318. *PrinterError: " Jam At Transfer"
  319. *PrinterError: "   Toner/Belt"
  320. *PrinterError: " Supply Paper U."
  321. *PrinterError: " Supply Paper L."
  322. *PrinterError: " Set Paper Stack"
  323. *PrinterError: "  F.Error Motor"
  324. *PrinterError: " Close Top Cover"
  325. *PrinterError: "Close Side Cover"
  326. *PrinterError: "  Set Developer"
  327. *PrinterError: "  F.Error F.Rom"
  328. *PrinterError: " F.Error Optical"
  329. *PrinterError: "Check Paper Tray"
  330. *PrinterError: "   F.Error OPC"
  331. *PrinterError: "  Supply Paper"
  332. *PrinterError: "Check Lower Tray"
  333. *PrinterError: "  F.Error Fuser"
  334. *PrinterError: "Check Upper Tray"
  335. *PrinterError: "Set Toner Bottle"
  336. *PrinterError: "   Warming Up"
  337. *PrinterError: "   Jam At Exit"
  338.  
  339. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  340.  
  341. *% Color Separation Information =====================
  342.  
  343. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  344.  
  345. *InkName: ProcessBlack/Process Black
  346. *InkName: CustomColor/Custom Color
  347. *InkName: ProcessCyan/Process Cyan
  348. *InkName: ProcessMagenta/Process Magenta
  349. *InkName: ProcessYellow/Process Yellow
  350.  
  351. *%  For 60 lpi / 300 dpi  ===============================
  352.  
  353. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  354. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  355. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  356. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  357. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  358.  
  359. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  360. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  361. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  362. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  363. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  364.  
  365. *%  For 53 lpi / 300 dpi  ===============================
  366.  
  367. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  368. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  369. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  370. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  371. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  372.  
  373. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  374. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  375. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  376. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  377. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  378.  
  379. *% end of PPD file for LaserPrinter15
  380.